home *** CD-ROM | disk | FTP | other *** search
- on activa_ayuda
- global ayuda_on
- set ayuda_on to 1
- set the visible of sprite 20 to 0
- set the visible of sprite 21 to 0
- set the visible of sprite 22 to 0
- set the visible of sprite 23 to 0
- set the visible of sprite 40 to 1
- set the cursor of sprite 40 to -1
- end
-
- on desactiva_ayuda
- global ayuda_on
- set ayuda_on to 0
- set the visible of sprite 20 to 1
- set the visible of sprite 21 to 1
- set the visible of sprite 22 to 1
- set the visible of sprite 23 to 1
- set the visible of sprite 40 to 0
- set the cursor of sprite 40 to 0
- end
-